Welcome![Sign In][Sign Up]
Location:
Search - scheduling algorithms matlab

Search list

[Otheraibook

Description: 主要介绍遗传算法的应用,其中包括作业调度工作原理啊及相关资料,可以下来看看啊-Mainly introduce the application of genetic algorithms, including the working principle ah job scheduling and related information can be under来看看啊
Platform: | Size: 2560000 | Author: xuyc | Hits:

[Software Engineeringcompare11

Description: MATLAB对11中调度算法进行比较,包括min-min、max-min、遗传算法等等。-MATLAB to 11 in comparison scheduling algorithm, including the min-min, max-min, genetic algorithms and so on.
Platform: | Size: 292864 | Author: gourd | Hits:

[AI-NN-PRJSP

Description: 介绍遗传算得原理及应用,应用遗传算法解决车间调度问题-Can be said to introduce the genetic theory and application, the application of genetic algorithms to solve job shop scheduling problem
Platform: | Size: 51200 | Author: tobyzuo | Hits:

[Mathimatics-Numerical algorithmsYCSFMatlab

Description: 车间作业调度问题用遗传算法解决的通用Matlab程序-Job-shop scheduling problem using genetic algorithms to solve the generic Matlab procedures
Platform: | Size: 3072 | Author: jianglu | Hits:

[AI-NN-PRga_jsp

Description: 用遗传算法解决车间生产调度。Matlab下实现。-Using genetic algorithms to solve production scheduling workshop. Matlab under implementation.
Platform: | Size: 50176 | Author: rose | Hits:

[Documentsrealtime_scheduler_and_control

Description: 介绍实时系统的调度算法及控制实例,对实时系统学习者有很好的参考价值-Introduce real-time systems and control instances of scheduling algorithms for real-time systems have a good reference value for learners
Platform: | Size: 1036288 | Author: 刘智瑞 | Hits:

[AI-NN-PRAIA2

Description: 人工免疫克隆选择算法是一种比较新型的智能算法,其基本算法结构与遗传算法是类似的,以下源码是为网络节点分组调度问题而设计的算法。-Artificial immune clonal selection algorithm is a relatively new type of intelligent algorithms, the basic algorithm structure and the genetic algorithm is similar to, the following source code for the network node designed for packet scheduling algorithms.
Platform: | Size: 1024 | Author: 张望 | Hits:

[Otherpaikepdf1

Description: 排课问题是一个有约束的、多目标的组合优化问题,并且已经被证明是一个NP完全问题。 遗传算法借鉴生物界自然选择和自然遗传机制,使用群体搜索技术,尤其是用于处理传统搜索方法难以解决的复杂的和非线性的问题。经过近40年的发展,遗传算法在理论研究和实际应用中取得了巨大的成功,本文将遗传算法用于排课问题的求解,首先讨论了排课问题中的影响因素、主要约束条件、求解目标和难点,并用数学模型完整地描述了排课问题。其次对多个模糊排课目标进行了定量分析,建立了排课优化目标空间。针对排课问题研究了染色体编码方式以及遗传算子的设计,提出了适应度函数的计算方法。最后对排课问题进行了实验。实验结果表明,其过程的目标值跟踪显示,算法稳健趋优,所得结果令人满意。-Course Scheduling problem is a constrained, multi-objective optimization problem, and has proven to be a NP complete problem. Genetic algorithms reference biosphere and the natural genetic mechanism of natural selection, using the group search technology, particularly the traditional search methods for handling complex and difficult to solve nonlinear problems. After nearly 40 years of development, the genetic algorithm in the theoretical study and practical application was a great success, this paper genetic algorithm for solving the course timetabling problem, first discussed the impact of factors in the course arrangement, the main constraints, to solve goals and difficulties, and a complete mathematical model to describe the course arrangement. Arranging multiple fuzzy goals followed by a quantitative analysis, the optimal target Arranging space. Arranging for the Study of the chromosome coding and genetic operators design, proposed fitness function is calculated. Finally, the co
Platform: | Size: 1290240 | Author: 张林杰 | Hits:

[matlabShop-scheduling-genetic-algorithm

Description: 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案中,各工件各工序的开始时刻,可根据它绘出甘特图 Y2p 最优方案中,各工件各工序的结束时刻,可根据它绘出甘特图 Y3p 最优方案中,各工件各工序使用的机器编号 Xp 最优决策变量的值,决策变量是一个实数编码的m×n矩阵 LC1 收敛曲线1,各代最优个体适应值的记录 LC2 收敛曲线2,各代群体平均适应值的记录 最后,程序还将绘出三副图片:两条收敛曲线图和甘特图(各工件的调度时序图)-Genetic algorithm scheduling, job shop scheduling problems with genetic algorithms -------------------------------------------------------------------------- genetic evolution of the input parameter list, the number of iterations M N population size (taken even) Pm mutation probability T m × n matrix, stored m one piece n a process of processing time 1 × n vector, n a process in which each machine processes the number of Zp with the best value Y1p Optimal Makespan programs, the start time of each process the workpiece can be drawn based on its optimal solution Gantt Y2p, each time the workpiece end of the process, according to its draw Gantt Y3p optimal solution, each piece of the processes using machine code Xp optimal decision variable, decision variable is a real m × n matrix encoded LC1 convergence curve 1, the generation of the best individual record of LC2 fitness convergence curve 2, the average fitness value on behalf of groups record Finally, the program will draw three pict
Platform: | Size: 2048 | Author: 王龙隐 | Hits:

[AI-NN-PRmatlab

Description: 使用遗传算法解决车间调度问题的matlab源代码-Shop scheduling using genetic algorithms to solve the problem of matlab source code
Platform: | Size: 2048 | Author: 唐正 | Hits:

[matlabGA_Optimization-Scheduling_Matlab

Description: 通过MATLAB编程研究工作和仿真结果分析,对改进的免疫遗传算法进行综合性地概括、归纳和总结。在处理复杂优化调度问题方面提出了一些改进的思想,并进行了算法实现和仿真。对有待进一步深入研究的问题进行了设想,对免疫遗传算法解决相关优化调度问题进行了展望。-Research of ImProved Immune Genetic Algorithms and its Applications in Optimization Scheduling Problem
Platform: | Size: 712704 | Author: YJN | Hits:

[matlab1

Description: matlab遗传算法解决车间调度问题程序代码-Shop scheduling genetic algorithms
Platform: | Size: 20480 | Author: 王淑平 | Hits:

[Windows DevelopHHSUPA_SystemS

Description: 用matlab软件对HSUPAA系统进行仿真,主要是调度算法之类 -Matlab software HSUPAA system simulation, is the class of scheduling algorithms
Platform: | Size: 560128 | Author: insight | Hits:

[AI-NN-PR30-cases-in-matlab

Description: MATLAB智能算法30个案例分析,109页的详细讲解,程序和程序注解,可以直接复制代码。包括遗传算法,基于遗传算法和非线性规划的函数寻优算法,遗传算法工具箱详解及应用,多种群遗传算法的函数优化算法, 基于粒子群算法的多目标搜索算法,基于多层编码遗传算法的车间调度算法,基于遗传模拟退火算法的聚类算法,蚁群算法,支持向量机等等30章。-MATLAB intelligent algorithm 30 case studies, 109 detailed explanations, procedures and procedures annotations, you can directly copy the code. Including genetic algorithms, function optimization algorithm based on genetic algorithm and nonlinear programming, genetic algorithm toolbox the Xiangjie and application, the function of a variety of population genetic algorithm optimization algorithms, multi-target search algorithm based on particle swarm optimization based on multi-coding The genetic algorithm shop scheduling algorithm based on genetic simulated annealing algorithm clustering algorithm, ant colony algorithm, support vector machines, etc. 30 cases and chapters.
Platform: | Size: 1560576 | Author: Binjie Liao | Hits:

[Otherjsp-ga-master

Description: 传统作业车间调度的遗传算法解算程序MATLAB源代码,产生最优调度结果。-Genetic algorithms traditional job-shop scheduling solver MATLAB source code, to produce optimal scheduling results.
Platform: | Size: 480256 | Author: 李广 | Hits:

[Othertorsche-0_4_0

Description: torsche是matlab下的一个工具箱,可以用来仿真实时调度算法,如EDF RM等,结合Matlab和Visual studio混编后可以使用,其自带的一些工具包里也有很多应用用例可以用来参考-torsche under a toolbox matlab , simulation can be used for real-time scheduling algorithms, such as EDF RM , etc. , combined with Matlab and Visual studio can use the hash , which comes with some tools package , there are many use cases can be used to refer to the application
Platform: | Size: 4939776 | Author: 王冰 | Hits:

[matlab遗传算法的相关知识代码

Description: 遗传算法与其他算法结合的matlab相关编程,以及在车间调度问题上的应用(Combining genetic algorithm and other algorithms of matlab programming, as well as the application in the workshop scheduling problem)
Platform: | Size: 13312 | Author: nb123 | Hits:

[matlabnrtps_schedule

Description: 分组调度算法中三种基本的调度算法,轮询(RR)、最大载干比(Max C/I)以及比例公平调度算法(PF)的MATLAB编程,对吞吐量、公平性以及时延性的仿真实现过程。((RR), Max C / I and MATLAB programming, the simulation of throughput, fairness and delay in the three basic scheduling algorithms, packet scheduling algorithm Implementation process.)
Platform: | Size: 3072 | Author: 寻得一份宁静 | Hits:

[matlabCh8_GA_JSP

Description: 利用遗传算法解决车间作业调度问题,matlab代码(Using Genetic Algorithms to Solve Job Shop Scheduling Problem)
Platform: | Size: 6144 | Author: lhme | Hits:

[Mathimatics-Numerical algorithms2MHs

Description: 分别使用两种算法(人工蜂群ABC和蚁群ACS)求解多模式资源约束项目调度问题MRCPSP,matlab编程实现。不同规模的算例多达350个,在EXCEL文件可直接读入。MH=meta-heuristics(Two kinds of algorithms (artificial bee colony ABC and ant colony ACS) are used to solve the multi-mode resource constrained project scheduling problem MRCPSP, which is programmed by MATLAB. There are up to 350 examples of different sizes, which can be read directly in Excel file.)
Platform: | Size: 1080320 | Author: 张三小鸡 | Hits:
« 12 »

CodeBus www.codebus.net